home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / tabbrowser-win35.css < prev    next >
Cascading Style Sheet File  |  2009-11-15  |  9KB  |  248 lines

  1. /* BT: win Tab Override */
  2. /* Tab Strip Bottom bar */
  3. /*#main-window[btBoom="coolhandnuke"]
  4.   .tabs-bottom {
  5.     background-image: none;
  6.     border-top: 0px !important;
  7.   }
  8. /*
  9.  
  10. /* Unfocused window, selected tab */
  11. #main-window[btBoom="coolhandnuke"]:not([active="true"])
  12.   .tabbrowser-tab[selected="true"] {
  13.     background-color: transparent !important;
  14.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-end-bg.png");
  15.     background-repeat: no-repeat;
  16.     background-position: top right;
  17.     padding-right: 7px;
  18.     padding-left: 0px;
  19.     padding-bottom: 0px;
  20.     padding-top: 0px;
  21.     margin-top: 0px;
  22.     margin-bottom: 3px;
  23.     opacity: 0.65;
  24.     border: none;
  25.   }
  26.   #main-window[btBoom="coolhandnuke"]:not([active="true"])
  27.     .tabbrowser-tab[selected="true"] > .tab-icon-image {
  28.       background-color: transparent !important;
  29.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-start-bg.png");
  30.       background-repeat: no-repeat;
  31.       padding-left: 7px;
  32.       padding-top: 6px;
  33.       padding-bottom: 4px;
  34.       opacity: 1;
  35.       border: none;
  36.       height: 26px;
  37.       width: 23px;
  38.       margin: 0px;
  39.     }
  40.   #main-window[btBoom="coolhandnuke"]:not([active="true"])
  41.     .tabbrowser-tab[selected="true"] > .tab-text {
  42.       background-color: transparent !important;
  43.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-mid-bg.png");
  44.       background-repeat: repeat-x;
  45.       padding-top: 7px;
  46.       padding-left: 2px;
  47.       opacity: 1;
  48.       border: none;
  49.       height: 26px;
  50.       margin: 0px;
  51.       color: #fff;
  52.       text-shadow: none !important;
  53.     }
  54.   #main-window[btBoom="coolhandnuke"]:not([active="true"])
  55.     .tabbrowser-tab[selected="true"] > .tab-close-button {
  56.       background-color: transparent !important;
  57.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-mid-bg.png");
  58.       background-repeat: repeat-x;
  59.       opacity: 1;
  60.       border: none;
  61.       height: 26px;
  62.       padding-top: 3px;
  63.       margin: 0px;
  64.     }
  65.     #main-window[btBoom="coolhandnuke"]:not([active="true"])
  66.       .tabbrowser-tab[selected="true"] > .tab-close-button > image {
  67.         margin: 0px;
  68.       }
  69.  
  70. /* Unfocused window, unselected tab */
  71. #main-window[btBoom="coolhandnuke"]:not([active="true"])
  72.   .tabbrowser-tab:not([selected="true"]) {
  73.     background-color: transparent !important;
  74.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-end-bg.png");
  75.     background-repeat: no-repeat;
  76.     background-position: top right;
  77.     padding-right: 7px;
  78.     padding-left: 0px;
  79.     padding-bottom: 0px;
  80.     padding-top: 0px;
  81.     margin-top: 0px;
  82.     margin-bottom: 3px;
  83.     opacity: 0.65;
  84.     border: none;
  85.   }
  86.   #main-window[btBoom="coolhandnuke"]:not([active="true"])
  87.     .tabbrowser-tab:not([selected="true"]) > .tab-icon-image {
  88.       background-color: transparent !important;
  89.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-start-bg.png");
  90.       background-repeat: no-repeat;
  91.       padding-left: 7px;
  92.       padding-top: 6px;
  93.       padding-bottom: 4px;
  94.       opacity: 1;
  95.       border: none;
  96.       height: 26px;
  97.       width: 23px;
  98.       margin: 0px;
  99.     }
  100.   #main-window[btBoom="coolhandnuke"]:not([active="true"])
  101.     .tabbrowser-tab:not([selected="true"]) > .tab-text {
  102.       background-color: transparent !important;
  103.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-mid-bg.png");
  104.       background-repeat: repeat-x;
  105.       padding-top: 7px;
  106.       padding-left: 2px;
  107.       opacity: 1;
  108.       border: none;
  109.       height: 26px;
  110.       margin: 0px;
  111.     }
  112.   #main-window[btBoom="coolhandnuke"]:not([active="true"])
  113.     .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
  114.       background-color: transparent !important;
  115.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-mid-bg.png");
  116.       background-repeat: repeat-x;
  117.       opacity: 1;
  118.       border: none;
  119.       height: 26px;
  120.       padding-top: 3px;
  121.       margin: 0px;
  122.     }
  123.     #main-window[btBoom="coolhandnuke"]:not([active="true"])
  124.       .tabbrowser-tab:not([selected="true"]) > .tab-close-button > image {
  125.         margin: 0px;
  126.       }
  127.  
  128. /* focused window, selected tab */
  129. #main-window[btBoom="coolhandnuke"][active="true"]
  130.   .tabbrowser-tab[selected="true"] {
  131.     background-color: transparent !important;
  132.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-end-bg.png");
  133.     background-repeat: no-repeat;
  134.     background-position: top right;
  135.     padding-right: 7px;
  136.     padding-left: 0px;
  137.     padding-bottom: 0px;
  138.     padding-top: 0px;
  139.     margin-top: 0px;
  140.     margin-bottom: 3px;
  141.     opacity: 1;
  142.     border: none;
  143.   }
  144.   #main-window[btBoom="coolhandnuke"][active="true"]
  145.     .tabbrowser-tab[selected="true"] > .tab-icon-image {
  146.       background-color: transparent !important;
  147.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-start-bg.png");
  148.       background-repeat: no-repeat;
  149.       padding-left: 7px;
  150.       padding-top: 6px;
  151.       padding-bottom: 4px;
  152.       border: none;
  153.       height: 26px;
  154.       width: 23px;
  155.       margin: 0px;
  156.     }
  157.   #main-window[btBoom="coolhandnuke"][active="true"]
  158.     .tabbrowser-tab[selected="true"] > .tab-text {
  159.       background-color: transparent !important;
  160.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-mid-bg.png");
  161.       background-repeat: repeat-x;
  162.       padding-top: 7px;
  163.       padding-left: 2px;
  164.       border: none;
  165.       height: 26px;
  166.       margin: 0px;
  167.       color: #fff;
  168.       text-shadow: none !important;
  169.     }
  170.   #main-window[btBoom="coolhandnuke"][active="true"]
  171.     .tabbrowser-tab[selected="true"] > .tab-close-button {
  172.       background-color: transparent !important;
  173.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-active-mid-bg.png");
  174.       background-repeat: repeat-x;
  175.       border: none;
  176.       height: 26px;
  177.       padding-top: 3px;
  178.       margin: 0px;
  179.     }
  180.     #main-window[btBoom="coolhandnuke"][active="true"]
  181.       .tabbrowser-tab[selected="true"] > .tab-close-button > image {
  182.         margin: 0px;
  183.       }
  184.  
  185.  
  186. /* focused window, unselected tab */
  187. #main-window[btBoom="coolhandnuke"][active="true"]
  188.   .tabbrowser-tab:not([selected="true"]) {
  189.     background-color: transparent !important;
  190.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-end-bg.png");
  191.     background-repeat: no-repeat;
  192.     background-position: top right;
  193.     padding-right: 7px;
  194.     padding-left: 0px;
  195.     padding-bottom: 0px;
  196.     padding-top: 0px;
  197.     margin-top: 0px;
  198.     margin-bottom: 3px;
  199.     opacity: 0.75;
  200.     border: none;
  201.   }
  202. #main-window[btBoom="coolhandnuke"][active="true"]
  203.   .tabbrowser-tab:not([selected="true"]):hover {
  204.     opacity: 1;
  205.   }
  206.   #main-window[btBoom="coolhandnuke"][active="true"]
  207.     .tabbrowser-tab:not([selected="true"]) > .tab-icon-image {
  208.       background-color: transparent !important;
  209.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-start-bg.png");
  210.       background-repeat: no-repeat;
  211.       padding-left: 7px;
  212.       padding-top: 6px;
  213.       padding-bottom: 4px;
  214.       opacity: 1;
  215.       border: none;
  216.       height: 26px;
  217.       width: 23px;
  218.       margin: 0px;
  219.     }
  220.   #main-window[btBoom="coolhandnuke"][active="true"]
  221.     .tabbrowser-tab:not([selected="true"]) > .tab-text {
  222.       background-color: transparent !important;
  223.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-mid-bg.png");
  224.       background-repeat: repeat-x;
  225.       padding-top: 7px;
  226.       padding-left: 2px;
  227.       opacity: 1;
  228.       border: none;
  229.       height: 26px;
  230.       margin: 0px;
  231.     }
  232.   #main-window[btBoom="coolhandnuke"][active="true"]
  233.     .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
  234.       background-color: transparent !important;
  235.       background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win35/wintab-inactive-mid-bg.png");
  236.       background-repeat: repeat-x;
  237.       opacity: 1;
  238.       border: none;
  239.       height: 26px;
  240.       padding-top: 3px;
  241.       margin: 0px;
  242.     }
  243.     #main-window[btBoom="coolhandnuke"][active="true"]
  244.       .tabbrowser-tab:not([selected="true"]) > .tab-close-button > image {
  245.         margin: 0px;
  246.       }
  247.  
  248.